* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', Helvetica;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: normal;
}

button,
input[type='submit'] {
  border: 0;
  outline: 0;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clear:before,
.clear:after {
  content: '';
  display: table;
}

.clear:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dropdownMenu {
  width: 100%;
  /* height: 420px; */
  padding: 20px;
  padding-top: 15px;
  background: url(../images/dfbg.png);
  background-size: 100% 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}

@keyframes showDrop {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.drodHead {
  width: 100%;
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #1f1b1a;
  line-height: 32px;
}

.drodList {
  width: 100%;
  margin-top: 10px;
  font-size: 0;
}

.drodList > li {
  width: 200px;
  height: 54px;
  padding: 7px;
  display: inline-block;
  border-radius: 4px;
}

.drodList > li > a {
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 5px 15px 1px #e3c6bb;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 500;
}

.drodList > li > a:hover {
  background: #d81e07;
  font-weight: bold;
  color: rgb(255, 255, 255);
  border-radius: 4px;
}

.drodHead2 {
  width: 100%;
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #1f1b1a;
  line-height: 32px;
  border-radius: 4px;
}

.drodList2 {
  width: 100%;
  margin-top: 10px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}

.drodList2 > li {
  padding: 6px;
  border-radius: 4px;
  /* display: inline-block; */
}

.drodList2 > li > a {
  border-radius: 4px;
  width: 156px;
  height: 50px;
  padding: 0 8px;
  display: block;
  line-height: 18px;
  color: #333;
  font-size: 13px;
  background: #fff;
  box-shadow: 0 5px 15px 1px #e3c6bb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

.drodList2 > li > a:hover {
  border-radius: 4px;
  background: #d81e07;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.tyBanner {
  width: 100%;
  height: 325px;
}

.bannerBox {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.bannerTip {
  padding-top: 80px;
  color: #fff;
  font-size: 34px;
  letter-spacing: 2px;
  text-shadow: 0 0 5px #d94831;
}

.tip1 {
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #bb251f;
}

.tip2 {
  font-size: 34px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 5px #bb251f;
}

.bannerSearch {
  width: 100%;
  height: 55px;
  padding-right: 85px;
  margin-top: 25px;
  position: relative;
}

.bannerSearch .el-input-group {
  height: 100%;
}

.bannerSearch .el-input input {
  height: 100%;
  border: 0;
}

.bannerSearch .el-input-group__append {
  width: 85px;
  color: #fff;
  font-size: 16px;
  background-color: #fa9a1c;
  border: 0;
  text-align: center;
}

.bannerSearch .el-input-group__append:hover {
  background-color: #f1ac51;
}

.bannerSearch input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  border-radius: 5px 0 0 5px;
  outline: 0;
}

.bannerSearch button {
  width: 85px;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #fa9a1c;
  border: 0;
  border-radius: 0 5px 5px 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.bannerSearch button:hover {
  background-color: #f1ac51;
}
